home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 March / enter_03_1999_1.iso / INTERNET / x news / changes.txt next >
Text File  |  1999-01-09  |  10KB  |  144 lines

  1. o = bug fix
  2. + = addition
  3. x = change
  4.  
  5. 2.01.09:
  6.  
  7. o Minor bug fixes.
  8.  
  9. + New construct for score file.  If you have an empty section, then scoring for groups matching that section will halt at that point.  For example, if you want to apply some scores to binaries group, but not discussion binaries group, you can do this
  10.  
  11. [binaries.*\.d$]
  12. % this section is left intentionally empty.  It prevents the scores below from 
  13. % being applied to binaries groups ending in .d
  14.  
  15. [binaries]
  16.     Score: 2000
  17.     ......
  18.  
  19. 2.01.06:
  20.  
  21. o "Undo last filter" not grayed out after you undid last filter.
  22. o Menu items and buttons incorrectly grayed out after header retrieval.
  23.  
  24. + Added shortcut key for "switch filter column." which previously could only be done with the mouse.
  25. + New Xnews.ini setting under [Misc]:  ScoreStoredHeaders, whether to score stored headers when they're reloaded.  If you turn this on, it'll slow down loading of the .hdr file a bit.  You may not want old headers scored anyway.  In any event, you can rescore the whole list any time manually.  It's off by default.
  26.  
  27. 2.01.05:
  28.  
  29. R: Holy version inflation, Batman!
  30. B: It's a new year, Robin.
  31.  
  32. o In the editor window, when you select a different identity from the drop down list, it still posted using (incorrectly) the previous IDToken.
  33. o Methinks I nailed down the "List index out of bound" error, or one of them anyway.
  34. o Menu items on articles window not properly updated when the app is in the background.
  35.  
  36. + Added "Undo last filter" command.
  37. + Put "Expand/Collapse thread" on the keyboard shortcut dialog.
  38. + Some new Xnews.ini settings ([Misc] section)
  39.  
  40. ; Automatically collapse inactive threads (keep only 1 thread expanded at a time).
  41. AutoCollapse=0
  42. ; batch decoding handling option; 1=overwrite existing file, 2=rename if file exists
  43. DecodeOpt=2
  44. ; attachment handling option; 1=overwrite, 2=rename
  45. AttachOpt=2
  46.  
  47. One of these days, I'll do file handling properly.  This will have to do for now.
  48.  
  49. x By request, changed extension score.rc.txt and plonk.rc.txt to score.ini and plonk.ini.  (You need to rename these files yourself; otherwise the program won't recognize them.)
  50. x Made some changes to the way the filters are handled.  Please read the section in readme.txt on filters.
  51.  
  52. 1.12.30:
  53.  
  54. o Fixed nasty crosspost bug in 12.29.  If you d/l and used 12.29, your newsrc and data\ directory may be corrupted.  Big apology.
  55. o Fixed flakiness with regex filter box in articles window.
  56. o Fixed icon corruption.  D*mn the video bug.
  57.  
  58. 1.12.29:
  59.  
  60. o If interrupted while decoding the last part of a multipart binary, it doesn't put the file back in the queue.
  61. o Messed up display in groups window when text in Read column gets too long.
  62. o In setup, changes to ID section on Server tab not saved under certain circumstances.
  63.  
  64. + Added word wrap toggle to message editing window.  Note: you should normally avoid turning off word wrap, as this will generally annoy your readers.
  65. + Xnews now skips to the next file if it encounters a non-existent article (error 423 or 430) during batch decoding.
  66. + Added catchup and purge (same as mark all delete then catchup)
  67. + After threading, articles in same thread as one or more kept articles are also marked with the kept score.
  68.  
  69. x The Mark all as ... commands are now much faster.
  70. x In the outbox, if you've queued some messages, when you click send, the program will ask whether you want to send just the ones in the queue or all messages in view.  Note: if you want to send all messages in the outbox, be sure to remove any filter you currently have.
  71. x In articles window, when you clear the text in the filter box, it no longer automatically threads.  (I find this annoying as the threading takes a long time if you have lots of articles.)  It will thread when you press Enter.
  72. x pressing "goto next score" now jumps to 9999 score first, then > 0 score.
  73.  
  74. Hint: if you want to view an unthreaded list of headers, type in ".?" without quotes in the filter box.  This matches all subjects, including blank subjects.  If you then sort by No, this gives you more or less the raw list of headers as it was read from the server.
  75. Hint: Xnews has no "watch thread" feature, but you can fake it by retrieving the top article in the thread (use reconstruct thread if necessary) then keep it.
  76.  
  77. 1.12.19:
  78.  
  79. o Deleled articles showing up again.
  80. o Kept threads not shown as kept after rethreading.
  81.  
  82. + Select all/Invert selection in articles window.
  83. + Invert filter (show everything not shown and hide everything shown).  I find it quite useful.
  84.  
  85. 1.12.18:
  86.  
  87. o "Window" menu disappears after opening a dialog.
  88. o ctrl+click toggle on but doesn't toggle off selection in articles listing.
  89. o display artifact in articles list.
  90. o autobrowse activating even when not using a cursor key.
  91.  
  92. + Save position of split window.  Note: because it only saves the ratio of list height to window height and not the absolute position, the restored window may be a pixel line off due to rounding error.  Don't get too bend out of shape over it :)
  93.  
  94. + Mark all delete/undelete in articles window.  When storage is on, deleting an article basically "expires" it immediately.  If storage is off, deleting basically is the same as mark read.  The difference is if you later turn on storage, the deleted headers won't be saved.
  95.  
  96. Note: in folders, "mark all delete" is NOT the same as "purge folder", since the latter physically empties the file and cannot be undone with "mark all undelete".
  97.  
  98. x if you close the window while in article viewer and full screen mode, either by Esc or ctrl+F4 or X button, it switches back to the list.  This helps people who are used to the way NewsXpress works.
  99.  
  100. 1.12.15:
  101.  
  102. o Stop button sometimes grayed out even though there's an active connection.
  103. o 1st cached article doesn't have the yellow icon.
  104. o (Partial fix) a multi-part binary with only one part available shows up as a regular article instead of an incomplete binary.
  105.  
  106. + A new and improved Perl-like regex library.  Expanded syntax, and faster too.  Be sure to unzip the file perlre.dll.  See the Regular expression section in readme.txt for details.
  107. + Put back scoring filter under view menu.
  108. + Toggle high/zero score shortcut.  If score>0, set to 0; otherwise, set to 9999.  You can do the same by left clicking on score column.
  109. + You can now assign to the Scroll Lock key.  (Is that thing ever used or anything?)
  110. + By request: a feature that automatically switches to the list when you are at the last article of a thread and press Next or Next unread.  This applies to full screen view only.  To turn on this feature, add SwitchViewAtThreadEnd=1 to [Display] in Xnews.ini.
  111. + Icon on toolbar showing current storage status.  Click to change.
  112.  
  113. x Terminology change: caching is now storage.  Not sure if it's clearer, but there it is.
  114. x Right (instead of left) click on score column to bring up score filter popup menu.
  115. x Got rid of the gray icons that show when mouse is not over the button.  I'm sure someone will complain, but the deed is done.  See what you have to put up with when you're not a paying customer? :)
  116.  
  117. 1.12.10:
  118.  
  119. o Catchup in groups window adversely affects kept articles.
  120. o Get message count incorrectly calculates unread when read count has duplicate entries.
  121. o a.v. when closing groups window while it's getting message count.
  122. o you can now assign shortcut to keys on the numeric keypads (num 0..9, - + * /).  For the 0..9 and del keys, you must have numlock on, however.  Otherwise they'll be treated as cursor keys.
  123. o if you mark an article as hi score (9999), then mark it keep, then mark unkeep, the score is incorrectly reset to 0 instead of 9999.
  124.  
  125. + added expand/collapse all threads to keyboard mapping dialog.
  126. + clicking on the Score column in the articles list will bring up a menu that lets you do a quick score filter.  This replaces the previous "Show only high score" command.  (I know someone will complain that there is no keyboard shortcut, but it won't kill you to use the mouse once in a while :)
  127. + added AutoBrowse.  This feature automatically opens an article when you move the highlight (selection) bar over it in the listing, provided the article is in the cache (or folder). Autobrowse has no effect unless you are in split screen mode.  You can turn Autobrowse on and off manually at any time (under View menu).    In adition, you can control when it should be on by default.  Set AutoBrowseOpt in Xnews.ini under [Misc] section as follows: 0 = never; 1 = when viewing folder or caching of article body is on; 2 = always.
  128. + use a yellow icon for articles that have been cached.  In folders, all articles are cached so there is no point in differentiating; hence, I just use the regular icon.
  129.  
  130. x when you collapse a thread, it now shows the author of the 1st article in the thread.
  131.  
  132. 1.12.08:
  133.  
  134. o List of opened windows under window menu disappearing.
  135. o No more quotes around name in From: header.  Not exactly a violation of the standard, but not a good idea nevertheless.
  136. o If you switch identity in the message editor, it did not storee the correct identity when saving mesdsage to outbox.
  137.  
  138. + Added command to switch between article viewer / list.  You can assign a shortcut to it, of course.  Clicking on the second panel does the same thing.
  139. + Added delete and undelete to keyboard mapping dialog.
  140. + Added option to automatically assign a score to kept articles, so the next time you open the group, kept articles will stand out.  You can change this in SetUp | Misc.  Set to zero if you don't like this option.
  141.  
  142. x Click on progress bar (gauge) to see queue progress.
  143.  
  144.